home *** CD-ROM | disk | FTP | other *** search
- #!/usr/bin/perl5
-
- print <<EndOfFile;
- Content-type: text/html
-
- <FORM>
- <H2>Filesystem Mount Configuration</H2>
- <P>
- Depending on the type of filesystem being mounted, a number
- of different options may apply. These concern buffer and
- cache sizes, permission handling, network configuration
- (for NFS mounts), quotas, filesystem checking behavior, etc.
- Note that non-default use of some of these parameters may
- result in security risks, data loss risks and possible
- hardware damage. See your SGI server manual for further
- details.
- </P>
- <CENTER>
- <INPUT TYPE="button" VALUE="Back to Form" onClick="self.history.go(-1)">
- </CENTER>
- </FORM>
- EndOfFile
-